home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000673_ken%cs.toronto….cs.toronto.edu_Tue Jun 21 13:21:55 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from relay.cs.toronto.edu by cs.umb.edu with SMTP id AA16829
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 21 Jun 1994 17:22:12 -0400
  3. Received: from neat.cs.toronto.edu ([128.100.3.2]) by relay.cs.toronto.edu with SMTP id <198114>; Tue, 21 Jun 1994 17:22:03 -0400
  4. Received: by neat.cs.toronto.edu id <48149>; Tue, 21 Jun 1994 17:21:55 -0400
  5. From: Ken Lalonde <ken@cs.toronto.edu>
  6. To: tex-k@cs.umb.edu
  7. Subject: Re: latex2e vs. latex209 inputs
  8. Message-Id: <94Jun21.172155edt.48149@neat.cs.toronto.edu>
  9. Date:     Tue, 21 Jun 1994 17:21:55 -0400
  10.  
  11. There's no reason a config file in (simplified) sh syntax couldn't be used
  12. by both sh and the kpathsea library.
  13.  
  14. The current syntax will do, but I think that using sh would make
  15. the mechanism simpler and more flexible.
  16.  
  17. Actually, Karl's idea of an executable config program is appealing:
  18. the library executes the config file, and reads back a
  19. list of "var=value" lines.  The config program could then take care
  20. of program-specific paths, $var expansion, etc.